//==============================================================================
// lava bubble_anim.xt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}

//==============================================================================
define CypressB
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressB
      }
   }  
}

//==============================================================================
define CypressA
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressA
      }
   }  
}

//==============================================================================
anim Idle
{
	SetSelector
	{
        TechLogic none/age 4
	setSelector
	{
                ConstructionLogic 0 33 66
		set hotspot
		{
			version
			{
				Visual Building G Granary
		            connect LeftFoot CypressB hotspot
		            connect RightFoot CypressA hotspot
		            connect LeftEar CypressB hotspot
		            connect RightEar CypressA hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building Construction small A
		            connect CHIN G_Small_Brick hotspot
		            connect FACE G_Medium_Brick hotspot
		            connect ATTACHPOINT G_Long_Brick hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building Construction small B
		            connect CHIN G_Small_Brick hotspot
		            connect FACE G_Medium_Brick hotspot
		            connect ATTACHPOINT G_Long_Brick hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building G ConstructionStorehouse
		            connect CHIN G_Small_Brick hotspot
		            connect FACE G_Medium_Brick hotspot
		            connect ATTACHPOINT G_Long_Brick hotspot
			}
		}
	}
	setSelector
	{
                ConstructionLogic 0 33 66
		set hotspot
		{
			version
			{
				Visual Building G GranaryAge3
		            connect LeftFoot CypressB hotspot
		            connect RightFoot CypressA hotspot
		            connect LeftEar CypressB hotspot
		            connect RightEar CypressA hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building Construction small A
		            connect CHIN G_Small_Brick hotspot
		            connect FACE G_Medium_Brick hotspot
		            connect ATTACHPOINT G_Long_Brick hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building Construction small B
		            connect CHIN G_Small_Brick hotspot
		            connect FACE G_Medium_Brick hotspot
		            connect ATTACHPOINT G_Long_Brick hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building G ConstructionStorehouse
		            connect CHIN G_Small_Brick hotspot
		            connect FACE G_Medium_Brick hotspot
		            connect ATTACHPOINT G_Long_Brick hotspot
			}
		}
	}
	}
}
